feat: upgrade openstacksdk - #508
Open
rpocase wants to merge 2 commits into
Open
Conversation
rpocase
force-pushed
the
20260626-upgrade-openstack-sdk
branch
from
July 24, 2026 20:03
2e88902 to
d9b641d
Compare
Require Python >= 3.10, remove py3.8/3.9 classifiers and the py38 tox environment, and bump the package version accordingly. Python 3.8 support ended on October 7th, 2024 and is not being tested in CI. Python 3.9 support ended on October 31th, 2025 and is not being tested in CI.
Bump openstacksdk to >= 4.2.0, < 4.9.0 and cap python-openstackclient at < 8.3.0, updating the lockfile accordingly. The intention is to drop netiface from the dependency tree because the package is no longer maintained
rpocase
force-pushed
the
20260626-upgrade-openstack-sdk
branch
from
July 24, 2026 20:06
d9b641d to
c651c91
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
To ease the process of reviewing your PR, do make sure to complete the following checklist before submitting a pull
request.
tox -e formatlocally to automatically format my code before submittingtoxlocally ensuring that it passes before submittingDescription
this migrates openstacksdk to a modern modern version. the intention is
to drop netiface from the dependency tree because the package is no
longer maintained
this also drops python 3.8, 3.9 support. this started as a means to get to an openstack version that
did not include netiface as a dependency. after that, i noticed python 3.8 + 3.9 went EOL and are not tested in CI. to get to a version of openstacksdk without inetface it required dropping 3.8, 3.9.
Additional Context and Relevant Issues
this builds off of #507
Test Steps
N/A